VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ImageProcessingCommandFactory Class / UnregisterCommand<TSourceCommand>(Type) Method
Syntax Requirements SeeAlso
In This Topic
    UnregisterCommand<TSourceCommand>(Type) Method (ImageProcessingCommandFactory)
    In This Topic
    Unregisters the processing command for the processing command type.
    Syntax
    'Declaration
    
    Public Shared Sub UnregisterCommand<TSourceCommand
    The processing command type that must be overridden.
    >( _
    ByVal decoderType
    The image decoder type for which the processing command must be overridden.
    As System.Type _
    ) (Of TSourceCommand
    The processing command type that must be overridden.
    As ProcessingCommandBase)
    public static void UnregisterCommand<TSourceCommand>(
    System.Type decoderType
    ) where TSourceCommand: ProcessingCommandBase
    public: static void UnregisterCommand<TSourceCommand>(
    System.Type* decoderType
    ) where TSourceCommand: ProcessingCommandBase*
    generic<typename TSourceCommand>
    public:
    static void UnregisterCommand(
    System.Type^ decoderType
    ) where TSourceCommand: ProcessingCommandBase^

    Parameters

    decoderType
    The image decoder type for which the processing command must be overridden.

    Type Parameters

    TSourceCommand
    The processing command type that must be overridden.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also